ee4ae6
@@ -191,7 +191,7 @@
public class LevelDBFile implements Service {
                     LOG.debug("Using {} implementation of org.iq80.leveldb.DBFactory", factory.getClass().getName());
                 }
                 return factory;
-            } catch (Exception ignored) {
+            } catch (Throwable ignored) {
             }
         }
         throw new IllegalStateException("Can't find implementation of org.iq80.leveldb.DBFactory");
